Add doc for new Motoactv format. Tweak gtrnctr doc to reflect new changes.
authorrobertlipe <robertlipe@gmail.com>
Fri, 24 Aug 2012 19:29:57 +0000 (19:29 +0000)
committerrobertlipe <robertlipe@gmail.com>
Fri, 24 Aug 2012 19:29:57 +0000 (19:29 +0000)
gpsbabel/xmldoc/formats/gtrnctr.xml
gpsbabel/xmldoc/formats/motoactv.xml [new file with mode: 0644]

index fa2459b1f3ec8b51960bb6aa013d8fd7700c2a7b..6584bfd5e70da9d285590087dd6b47617aeae902 100644 (file)
@@ -18,7 +18,8 @@ it, the fundamentals of Training Center are different.  It deals in
 concepts like laps and calories, which are rather alien to GPSBabel 
 and most of the formats we support.  As such, while we can describe
 the tracks pretty accurately, things like calories and heart zone
-tracking are not supported.
+tracking are not supported. Some of the auxiliary data, such as
+heart rate (not zone), cadence, and bicycling power are supported.
 </para>
 <para>
 One of the most useful things you can do with this format is to send 
@@ -34,6 +35,3 @@ gpsbabel -i gtrnctr -f somefile.tcx -x simplify,count=50
 where you select the count not to exceed the number of available
 waypoints for routing on your device.
 </para>
-
-
-
diff --git a/gpsbabel/xmldoc/formats/motoactv.xml b/gpsbabel/xmldoc/formats/motoactv.xml
new file mode 100644 (file)
index 0000000..047bc02
--- /dev/null
@@ -0,0 +1,20 @@
+<para>
+The <productname>MotoACTV</productname> smart watch creates csv
+format files. GPSBabel can read and write these files through
+the xcsv format when using the included motoactv.style specification. 
+</para>
+<para>
+The specific format of the csv file has changed over time, to
+add new data fields. The current version of the GPSBabel style
+specification expects to work with this ordered set of fields:
+</para>
+<para>
+"DISTANCE","activity_id","HEARTRATE","SPEED","STEPS_PER_MINUTE",
+"LATITUDE","repetitions","temperature","INSTANT_TORQUE_CRANK",
+"timestamp_epoch","ELEVATION","POWER","STRIDES","wheel_torque",
+"CALORIEBURN","LONGITUDE","CADENCE","heading","STEP_RATE"
+</para>
+<para><userinput>
+gpsbabel -i xcsv,style=motoactv.style -f rawDataCsv.csv
+-x transform,trk=wpt -o gtrnctr,course=0 -F outfile.tcx
+</userinput></para>